GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-01T07:20:31.4104405+00:00",
"SubmitDate": "2026-06-01T07:20:31.4104405+00:00",
"ReportPeriodStart": "2026-06-01T07:20:31.4104405+00:00",
"ReportPeriodEnd": "2026-06-01T07:20:31.4104405+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0ac8fdee-1a68-4f56-bb54-c00a81e74b06",
"Rows": [
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0ac8fdee-1a68-4f56-bb54-c00a81e74b06",
"Rows": [
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d33982f-e4be-482a-b676-10d4593a9634",
"9fc26ace-1e2a-4928-ad48-97c00738efd9"
],
"Approvers": [
"46c10e0c-407c-404a-9350-936c63fde585",
"59e7401e-a959-47d5-aa72-db65ef23fc7d"
],
"ApprovedBy": "b0713596-8414-499f-946b-f843045f5bda",
"ApprovalDate": "2026-06-01T07:20:31.4104405+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "07465044-9b28-4712-8563-f871081dff5d",
"id": "1609a6df-8c5a-4c63-a900-10ba72c9dfe6",
"ConfigId": "0a7979af-0ab4-4c22-8dd5-e32b64057cd4"
},
{
"GenerationDate": "2026-06-01T07:20:31.4104405+00:00",
"SubmitDate": "2026-06-01T07:20:31.4104405+00:00",
"ReportPeriodStart": "2026-06-01T07:20:31.4104405+00:00",
"ReportPeriodEnd": "2026-06-01T07:20:31.4104405+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0ac8fdee-1a68-4f56-bb54-c00a81e74b06",
"Rows": [
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0ac8fdee-1a68-4f56-bb54-c00a81e74b06",
"Rows": [
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dddbf78-9dd6-4abd-b2dc-d9755fb59175",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d33982f-e4be-482a-b676-10d4593a9634",
"9fc26ace-1e2a-4928-ad48-97c00738efd9"
],
"Approvers": [
"46c10e0c-407c-404a-9350-936c63fde585",
"59e7401e-a959-47d5-aa72-db65ef23fc7d"
],
"ApprovedBy": "b0713596-8414-499f-946b-f843045f5bda",
"ApprovalDate": "2026-06-01T07:20:31.4104405+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "07465044-9b28-4712-8563-f871081dff5d",
"id": "1609a6df-8c5a-4c63-a900-10ba72c9dfe6",
"ConfigId": "0a7979af-0ab4-4c22-8dd5-e32b64057cd4"
}
]